Welcome![Sign In][Sign Up]
Location:
Search - linux socket chat

Search list

[ICQ-IM-ChatSOCKET API 聊天室

Description: 多人聊天室程序,通过WinSocketAPI 完成的,包括服务器和客户端两部分 -people chat room procedures, WinSocketAPI completed, including server and client part 2
Platform: | Size: 119808 | Author: 译心 | Hits:

[Internet-Networkamsn-0.96RC1-1.archlinux.pkg.tar

Description: Linux下的MSN聊天程序源码,版本0.96。-Linux MSN Chat program source code, version 0.96.
Platform: | Size: 2688000 | Author: Maya | Hits:

[Internet-Networklinux-chatroom

Description: 基于Linux操作系统的网络编程,实现网络聊天室,并对不健康的内容进行管理。-Based on the Linux operating system, network programming, network chat rooms, and manage the content of unhealthy.
Platform: | Size: 19456 | Author: ll | Hits:

[Linux-Unixsocket

Description: 提供了非阻塞的客户端和服务器端通信的实例程序。用linux下的C语言实现。-Provides a non-blocking client and server-side examples of communication procedures. Under linux using C language.
Platform: | Size: 10240 | Author: jidong | Hits:

[Internet-Networksocket_server(linux)

Description: 可以实现socket_t通信,是一款很实用的基于linux的聊天软件,也可以与ARM板实现通信。-Can be achieved socket_t communications, is a very useful chat software based on linux, you can achieve the communication with the ARM board.
Platform: | Size: 2612224 | Author: ruebo | Hits:

[Linux-Unixchat

Description: Linux下基于socket的聊天室,包括主机端和客户端的源程序-Socket under the Linux-based chat room, including mainframe and client-side source
Platform: | Size: 10240 | Author: chenwenxin2008 | Hits:

[Linux-Unixchat

Description: 基于BSD C的socket编程 采用udp协议,类似两个进程通信的聊天程序 压缩包包含两个文件,编译后运行是两个不同的聊天进程 运行环境linux -BSD C based on the socket programming using udp agreement, similar to the two processes communications chat program package consists of two documents, compiled to run two different operating environment to chat process linux
Platform: | Size: 2048 | Author: zhiguoxu | Hits:

[Internet-Networklinux_chatting

Description: linux环境下多人聊天程序。包括服务器端和客户端程序,采用IPv6地址。对于学习socket套接字编程有帮助,使用了许多标准的库函数,可以参考任何一本Unix/Linux网络编程书籍进行学习。-linux environment than chat program. Including server-side and client procedures, the use of IPv6 addresses. Socket socket learning programming help, using a number of standard library functions, one can refer to any Unix/Linux network programming books to learn.
Platform: | Size: 3072 | Author: 金琦 | Hits:

[Linux-Unixsocket_chater

Description:
Platform: | Size: 9216 | Author: Tang Ketan | Hits:

[Linux-UnixFreeChat-ssl

Description: linux下基于ssl安全套接字设计的一个聊天程序,包含客户端和服务器的源码。-linux based ssl secure socket design a chat program, including client and server source code.
Platform: | Size: 32768 | Author: lin | Hits:

[Linux-Unixchat

Description: linux下开发的一款类似于QQ的网络聊天室,可以私聊也可以群聊,不过没有界面,利用的是多线程编程-linux developed a similar network QQ chat room, you can group chat can also私聊, but there is no interface, the use of the multi-threaded programming
Platform: | Size: 23552 | Author: 彭宗山 | Hits:

[Linux-Unixchat

Description:
Platform: | Size: 3072 | Author: asdf | Hits:

[Internet-Networkchat

Description: unix / linux use socket programming of a chat room examples-unix/linux use socket programming of a chat room examples
Platform: | Size: 14336 | Author: ken | Hits:

[Embeded Linuxsocket2

Description: 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple chat tool. Server-side First of all: to the kernel for a socket. Bind address to socket on the second, address, including the host, port. Third in the socket, allowing access to the call and set the queue length is 1. 4th to wait for/receive calls. 5th transmit data (and you can chat). Client: first to the kernel requests the establishment of a second socket connected with the server. Third transmission of data
Platform: | Size: 14336 | Author: zhangwei | Hits:

[Internet-Networkchat

Description: 基于linux socket的聊天程序,欢迎大家下载,并提建议,谢谢!-this is a like qq chat program ! welcome everybody download ! this is a like qq chat program ! this is a like qq chat program !
Platform: | Size: 2048 | Author: chenyq | Hits:

[Linux-UnixSOCKET-Linux-chat

Description: 本程序在ubuntu下用C语言实现,采用server/client模式,服务端通过功效内存存储聊天记录,发给每个客服端-Under this program in ubuntu with the C language, using server/client model, the effectiveness of memory storage server through the chat, each customer-side distributed
Platform: | Size: 144384 | Author: | Hits:

[Internet-NetworkSOCKET

Description: Linux 下实现聊天室 客户端和服务器端-Linux chat room to achieve the client and server side
Platform: | Size: 166912 | Author: bwz | Hits:

[Internet-NetworkLinux-GTKP-chat

Description: Linux Socket 基于GTK+聊天软件,采用父子进程编写,互斥死锁-Linux Socket based on GTK+ chat software written in parent-child process mutex deadlock
Platform: | Size: 36864 | Author: 爱德华 | Hits:

[Internet-Networklinux-socket-chat

Description: 本聊天室程序在Ubuntu下,采用C语言实现,结构为Client/Server结构 服务端程序通过共享存储区存储聊天数据,并发送给每个连接的客户端 -This chat program under the Ubuntu, using C language implementation, structure of Client/Server structure Chat server program through the Shared storage area to store data, and sent to each client connection
Platform: | Size: 107520 | Author: zhangzhaoqing | Hits:

[Otherlinux_qq

Description: 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket communication is mainly based on TCP/IP protocol. Including server and client two parts, in which the client uses the select IO multiplexing technology, the server side to monitor a number of clients, so the use of epoll IO multiplexing technology. The functions of the whole project can be registered and logged by users, add friends, send chat messages, send and receive files, etc..)
Platform: | Size: 41984 | Author: 零下10度C | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net